﻿2026-06-07T23:22:46.5118795Z ##[group]Run actions/checkout@v5
2026-06-07T23:22:46.5119949Z with:
2026-06-07T23:22:46.5120635Z   repository: SaberMage/spt-core
2026-06-07T23:22:46.5128482Z   token: ***
2026-06-07T23:22:46.5129151Z   ssh-strict: true
2026-06-07T23:22:46.5129828Z   ssh-user: git
2026-06-07T23:22:46.5130514Z   persist-credentials: true
2026-06-07T23:22:46.5131284Z   clean: true
2026-06-07T23:22:46.5131967Z   sparse-checkout-cone-mode: true
2026-06-07T23:22:46.5132810Z   fetch-depth: 1
2026-06-07T23:22:46.5133577Z   fetch-tags: false
2026-06-07T23:22:46.5134277Z   show-progress: true
2026-06-07T23:22:46.5134987Z   lfs: false
2026-06-07T23:22:46.5135635Z   submodules: false
2026-06-07T23:22:46.5136399Z   set-safe-directory: true
2026-06-07T23:22:46.5137558Z ##[endgroup]
2026-06-07T23:22:46.5975736Z Syncing repository: SaberMage/spt-core
2026-06-07T23:22:46.5978434Z ##[group]Getting Git version info
2026-06-07T23:22:46.5979686Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-07T23:22:46.5981700Z [command]/usr/bin/git version
2026-06-07T23:22:46.5982563Z git version 2.43.0
2026-06-07T23:22:46.5985658Z ##[endgroup]
2026-06-07T23:22:46.5991142Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6b47e1ea-7054-484c-93d8-a0e108669252' before making global git config changes
2026-06-07T23:22:46.5993580Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:22:46.5995607Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-07T23:22:46.6027164Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-07T23:22:46.6046065Z https://github.com/SaberMage/spt-core
2026-06-07T23:22:46.6055820Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T23:22:46.6057906Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T23:22:46.6076258Z refs/heads/dev-freeform
2026-06-07T23:22:46.6083059Z [command]/usr/bin/git checkout --detach
2026-06-07T23:22:46.6121449Z HEAD is now at 7947cc5 fix(notif): consent notif mints from the canonical per-node epoch, not pump-ops
2026-06-07T23:22:46.6153639Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-07T23:22:46.6176387Z Deleted branch dev-freeform (was 7947cc5).
2026-06-07T23:22:46.6208011Z ##[endgroup]
2026-06-07T23:22:46.6208941Z [command]/usr/bin/git submodule status
2026-06-07T23:22:46.6392816Z ##[group]Cleaning the repository
2026-06-07T23:22:46.6394097Z [command]/usr/bin/git clean -ffdx
2026-06-07T23:22:47.2006227Z Removing target/
2026-06-07T23:22:47.2016167Z [command]/usr/bin/git reset --hard HEAD
2026-06-07T23:22:47.2058187Z HEAD is now at 7947cc5 fix(notif): consent notif mints from the canonical per-node epoch, not pump-ops
2026-06-07T23:22:47.2062239Z ##[endgroup]
2026-06-07T23:22:47.2064138Z ##[group]Disabling automatic garbage collection
2026-06-07T23:22:47.2067052Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T23:22:47.2091515Z ##[endgroup]
2026-06-07T23:22:47.2092201Z ##[group]Setting up auth
2026-06-07T23:22:47.2096577Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:22:47.2124083Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T23:22:47.2316588Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:22:47.2339950Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T23:22:47.2529050Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:22:47.2554391Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T23:22:47.2743467Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T23:22:47.2773000Z ##[endgroup]
2026-06-07T23:22:47.2773477Z ##[group]Fetching the repository
2026-06-07T23:22:47.2780427Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7278c95ce6c31b0dde6ec446975903e9128e5147:refs/remotes/origin/dev-freeform
2026-06-07T23:22:47.7065486Z From https://github.com/SaberMage/spt-core
2026-06-07T23:22:47.7066448Z  + 7947cc5...7278c95 7278c95ce6c31b0dde6ec446975903e9128e5147 -> origin/dev-freeform  (forced update)
2026-06-07T23:22:47.7092475Z ##[endgroup]
2026-06-07T23:22:47.7093396Z ##[group]Determining the checkout info
2026-06-07T23:22:47.7095231Z ##[endgroup]
2026-06-07T23:22:47.7106840Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T23:22:47.7152315Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T23:22:47.7174730Z ##[group]Checking out the ref
2026-06-07T23:22:47.7177087Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T23:22:47.7210109Z Warning: you are leaving 1 commit behind, not connected to
2026-06-07T23:22:47.7210587Z any of your branches:
2026-06-07T23:22:47.7210787Z 
2026-06-07T23:22:47.7211092Z   7947cc5 fix(notif): consent notif mints from the canonical per-node epoch, not pump-ops
2026-06-07T23:22:47.7211475Z 
2026-06-07T23:22:47.7211725Z If you want to keep it by creating a new branch, this may be a good time
2026-06-07T23:22:47.7212136Z to do so with:
2026-06-07T23:22:47.7212302Z 
2026-06-07T23:22:47.7212460Z  git branch <new-branch-name> 7947cc5
2026-06-07T23:22:47.7212688Z 
2026-06-07T23:22:47.7217511Z Switched to a new branch 'dev-freeform'
2026-06-07T23:22:47.7219720Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T23:22:47.7222275Z ##[endgroup]
2026-06-07T23:22:47.7249340Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T23:22:47.7266781Z 7278c95ce6c31b0dde6ec446975903e9128e5147
